replace atoi, atol, atof (#912)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Mon, 15 Aug 2022 13:01:08 +0000 (07:01 -0600)
committerGitHub <noreply@github.com>
Mon, 15 Aug 2022 13:01:08 +0000 (07:01 -0600)
commit1df589daa16d15475990048f88cd3722d7f21aba
treed524acce2fce4feccea0270c26252e1563f6c156
parente43fc4b7945f244faa32be8c3fcc66c3a9d539fa
replace atoi, atol, atof (#912)

* eliminate usage of atoi

which has possible undefined behavior.

* eliminate a couple more atoi usages.

* eliminate atol usage.

* eliminate use of atof.
32 files changed:
csv_util.cc
defs.h
discard.cc
exif.cc
garmin.cc
garmin_fs.cc
garmin_gpi.cc
garmin_txt.cc
garmin_xt.cc
gdb.cc
gpssim.cc
gpx.cc
gtrnctr.cc
interpolate.cc
jeeps/gpslibusb.cc
jeeps/gpsusbwin.cc
kml.cc
lowranceusr.cc
magproto.cc
mtk_logger.cc
nmea.cc
ozi.cc
radius.cc
random.cc
skytraq.cc
stackfilter.cc
transform.cc
unicsv.cc
util.cc
v900.cc
wbt-200.cc
xcsv.cc